Searches a single index and returns matching search results (hits).
This method lets you retrieve up to 1,000 hits.
If you need more, use the browse
operation or increase the paginatedLimitedTo
index setting.
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Name of the index on which to perform the operation.
"ALGOLIA_INDEX_NAME"
Search parameters as query string.
OK
The response is of type object
.